home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / business / exlwk4up.zip / SETUP.BAT < prev   
DOS Batch File  |  1996-05-19  |  1KB  |  43 lines

  1. @echo off
  2. cls
  3. @echo.
  4. @echo.
  5. @echo.
  6. @echo Before you continue, please read the README.1ST file.
  7. @echo This file will be located in the directory where you ran the
  8. @echo WE1130.EXE file.
  9. @echo.
  10. @echo This batch file will expand the files you need to use to install
  11. @echo the converter. Note that running this batch file does not actually
  12. @echo install the converter on your computer.
  13. @echo.
  14. @echo.
  15. @echo To exit this batch file, press CTRL+C.
  16. @echo.
  17. pause
  18. cls
  19. @echo.
  20. rename _mssetup.ex_ build.exe
  21. build.exe -d
  22. rename build.exe _mssetup.ex_
  23. @echo off
  24. cls
  25. @echo.
  26. @echo.
  27. @echo.
  28. @echo.
  29. @echo The batch file has created a directory called DISK1 in
  30. @echo the directory from which you are running this batch
  31. @echo file. To install the Lotus 1-2-3 WK4 file converter, from Windows
  32. @echo File Manager or Program Manager, run the SETUP.EXE program
  33. @echo that is located in the DISK1 directory.
  34. @echo.
  35. @echo For more information about installing the Lotus 1-2-3 WK4 file 
  36. @echo converter, please read the README.1ST text file.
  37. @echo.
  38. @echo.
  39. @echo.
  40. pause
  41.  
  42. 
  43.